home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap01 / b01a010.cc2 < prev    next >
Text File  |  1998-06-07  |  2KB  |  41 lines

  1. 0, The Visual Basic programming system 
  2. 2, provides several useful tools for creating 
  3. 4, the user interface in a Windows 
  4. 6, application. Before you start using the tools, 
  5. 8, however, you should think carefully about 
  6. 10, the visual aspects of the program you 
  7. 12, want to create and the day-to-day needs of 
  8. 14, your users. An application for Windows 
  9. 17, should start predictably and provide 
  10. 19, explanatory information about its purpose 
  11. 22, and capabilities. If the application will 
  12. 24, be distributed to a number of users, it 
  13. 27, should provide online help and include 
  14. 29, detailed information about who to 
  15. 31, contact if a problem arises.The user interface 
  16. 35, itself should contain familiar commands 
  17. 37, and controls. Menus should provide an 
  18. 40, entry-point into the application and list 
  19. 42, most of the commands available. Dialog 
  20. 45, boxes should prompt the user for 
  21. 47, additional information to carry out commands. 
  22. 50, And buttons, windows, and scroll boxes 
  23. 52, should allow the user to input information 
  24. 55, and explore the various features of the 
  25. 56, application. In addition, the program 
  26. 59, should support any peripheral devices 
  27. 61, requested by the user, including a printer, 
  28. 64, a fax modem, or a connection to the 
  29. 66, network. When you design your program, it 
  30. 70, is important that you use the Windows 
  31. 72, user interface elements in a standard and 
  32. 74, predictable way. Microsoft has published 
  33. 76, a set of design guidelines for 
  34. 78, Windows-based applications and you'll learn the 
  35. 81, most important principals as you complete 
  36. 82, this course. Fortunately, the design 
  37. 85, work you do in one program is easily 
  38. 87, transferred to other projects. And the Visual 
  39. 90, Basic programming tools make building 
  40. 92, attractive programs a snap.
  41. 94, END